SftTree/NET 2.0

HierarchyAreaColor Property, SftTree Class

Softel vdm, Inc.

Defines the background color of the hierarchy area.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property HierarchyAreaColor As Color

C#   

public Color HierarchyAreaColor { get; set; }

C++   

public: property Color HierarchyAreaColor {
        Color get();
        void set(Color value);
}

Property Value

The hierarchy area color.

The default value is Color.Window.

Comments

The HierarchyAreaColor property defines the background color of the hierarchy area.

This color is used throughout the hierarchy area in the hierarchy column. If the HierarchyColorStyle property is defined to let the hierarchy area inherit the cell's background color (HierarchyColorStyleEnum.Inherit), the following properties are used (in order of relevance) to determine the inherited color: CellBaseClass.BackColor, ItemClass.BackColor, ColumnClass.BackColor, BackColor, BackColorOdd, HierarchyAreaColor.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com